Fix lintian warnings
authorAnton Gladky <gladk@debian.org>
Tue, 10 Nov 2020 17:50:48 +0000 (18:50 +0100)
committerAnton Gladky <gladk@debian.org>
Tue, 10 Nov 2020 17:50:48 +0000 (18:50 +0100)
debian/manpages/vtkProbeOpenGLVersion-9.0.1 [new file with mode: 0644]
debian/manpages/vtkWrapPythonInit-9.0.1 [new file with mode: 0644]
debian/python3-vtk9.manpages
debian/rules
debian/vtk9.manpages

diff --git a/debian/manpages/vtkProbeOpenGLVersion-9.0.1 b/debian/manpages/vtkProbeOpenGLVersion-9.0.1
new file mode 100644 (file)
index 0000000..1f021f6
--- /dev/null
@@ -0,0 +1,56 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
+.TH VTKPROBEOPENGLVERSION-9.0 "1" "November 2020" "vtkProbeOpenGLVersion-9.0 9.0" "User Commands"
+.SH NAME
+vtkProbeOpenGLVersion-9.0 \- please refer to VTK documentation
+.SH SYNOPSIS
+.B vtkProbeOpenGLVersion-9.0
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+@<file>
+read arguments from a file
+.TP
+\fB\-dM\fR
+dump all macro definitions to output
+.TP
+\fB\-\-hints\fR <file>
+the hints file to use
+.TP
+\fB\-\-types\fR <file>
+the type hierarchy file to use
+.SH "SEE ALSO"
+The full documentation for
+.B vtkProbeOpenGLVersion-9.0
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkProbeOpenGLVersion-9.0
+programs are properly installed at your site, the command
+.IP
+.B info vtkProbeOpenGLVersion-9.0
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapPythonInit-9.0.1 b/debian/manpages/vtkWrapPythonInit-9.0.1
new file mode 100644 (file)
index 0000000..55eef66
--- /dev/null
@@ -0,0 +1,56 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
+.TH VTKWRAPPYTHONINIT-9.0 "1" "November 2020" "vtkWrapPythonInit-9.0 9.0" "User Commands"
+.SH NAME
+vtkWrapPythonInit-9.0 \- please refer to VTK documentation
+.SH SYNOPSIS
+.B vtkWrapPythonInit-9.0
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+@<file>
+read arguments from a file
+.TP
+\fB\-dM\fR
+dump all macro definitions to output
+.TP
+\fB\-\-hints\fR <file>
+the hints file to use
+.TP
+\fB\-\-types\fR <file>
+the type hierarchy file to use
+.SH "SEE ALSO"
+The full documentation for
+.B vtkWrapPythonInit-9.0
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkWrapPythonInit-9.0
+programs are properly installed at your site, the command
+.IP
+.B info vtkWrapPythonInit-9.0
+.PP
+should give you access to the complete manual.
index f7e32a7bff94540bcde3a230b32f0114d3cac658..c8798d1ff558fab9378d90c289e127756d97131e 100644 (file)
@@ -1,2 +1,3 @@
 debian/manpages/vtkWrapPython-9.0.1
+debian/manpages/vtkWrapPythonInit-9.0.1
 debian/manpages/vtkpython-9.0.1
index 121453005590b739b687e60d8829a8a99cb98f47..2debf704e06876bc19beebd781e919a19304451c 100755 (executable)
@@ -93,3 +93,7 @@ override_dh_install-arch:
        find $(CURDIR)/debian/libvtk9/ -name "*Qt*" -exec rm {} \;
        find $(CURDIR)/debian/libvtk9-dev/usr/include/ -name "Q*" -exec rm {} \;
        find $(CURDIR)/debian/libvtk9-dev/ -name "libvtkRenderingPythonTkWidgets.so" -exec rm {} \;
+
+override_dh_install-indep:
+       dh_install -i
+       rm -rf $(CURDIR)/debian/tmp/usr/share/licenses
index a1ae02206b2eb5db69d3fbd2f9ce6889f5091cf8..9565d626456cd8854121a4a527146aa9b99695e0 100644 (file)
@@ -1 +1,2 @@
 debian/manpages/vtkWrapHierarchy-9.0.1
+debian/manpages/vtkProbeOpenGLVersion-9.0.1